| 2006-01-16 |
vhanquez@kneesa... | replace ASSERT by BUG_ON. |
commit | commitdiff | tree | snapshot |
| 2006-01-16 |
vhanquez@kneesa... | define all DPRINTK as pr_debug |
commit | commitdiff | tree | snapshot |
| 2006-01-16 |
vhanquez@kneesa... | fix xenbus_scanf called with NULL instead of XBT_NULL. |
commit | commitdiff | tree | snapshot |
| 2006-01-16 |
vhanquez@kneesa... | use standard pr_debug macro for DPRINTK. |
commit | commitdiff | tree | snapshot |
| 2006-01-16 |
vhanquez@kneesa... | remove ASSERT macro that is not used anymore in blkback. |
commit | commitdiff | tree | snapshot |
| 2006-01-16 |
vhanquez@kneesa... | remove unnecessary macro bdev_put which is an alias... |
commit | commitdiff | tree | snapshot |
| 2006-01-16 |
kaf24@firebug... | Complete arch_domain_create refactoring for ia64. |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Remove the free_vcpu() interface I added in the preceding |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Some refactoring of domain creation/destruction. |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | xc_vcpu_getcontext() can no longer be called before a |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Arch-specific per-vcpu info should be initialised to... |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Fix 64-bit build with crash_debug enabled. |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Rename cdb to gdbstub and split it into arch dependent... |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | merge |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Fix the issue of system crash in vmx stress test. |
commit | commitdiff | tree | snapshot |
| 2006-01-14 |
kaf24@firebug... | Merge with xen-ia64-unstable.hg |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Make all nmi debugkey tracing arch specific. |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Work around new nmi code in keyhandler |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Leave *_SOFTIRQ definitions to Xen common code |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Remove annoying #warning when compiling with CONFIG_XEN_SMP |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Fix for !CONFIG_SMP compile |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Merge |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
Ian.Campbell... | Correctly handle dumping a VM86 guest's stack. |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Allow asm-offsets to work with vanilla binutils |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | correct implementation of flush_tlb_mask needed to... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Make xmexaple.vti support network option too and other... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Unused page struct fields commented out. |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | add prototype of guest_cpu_user_regs() which is used... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Introduce a locking protocol for acquiring the 'scheduler |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Fix writable pagetables when a flush happens in a different |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Fix up the way we initialise and set the NMI heartbeat |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
Ian.Campbell... | Debug keyhandlers for triggering an NMI and examine... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
djm@kirby.fc... | Enable warnings and fix a few one (those which occur... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Fix xenbus_cleanup_devices() to cleanup proper subdirec... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
Ian.Campbell... | Ensure watchdog remains disabled unless enabled on... |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
Ian.Campbell... | Fix x86/32 do_iret implementation, fixes VM86 mode. |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Fix non-debug build. |
commit | commitdiff | tree | snapshot |
| 2006-01-13 |
kaf24@firebug... | Add a new timer operation kill_timer(). Effectively the |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Add missing renamed files. Oops. |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Rename ac_timer_* interfaces -> timer_*. The ac_ is |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Simplify vcpu_sleep_sync() and sched_adjdom(). Their |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Fix compile warning about uninitialised vars. |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Update copyright on domain_page implementation. It... |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | More debug print cleanups. |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Quieten debug printing on memory_op hypercall. Don... |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Re-enable per-cpu cache on map_domain_page(). Fix the |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | fixes some compiler warnings due to new types used in |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Adds a check to vtpm_manager and vtpm Makefiles to... |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
emellor@leeni... | 8604:a51fcb5de470 introduced a discrepancy between... |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
kaf24@firebug... | Fix cpu_affinity memcpy() (bytes not longs!) add add... |
commit | commitdiff | tree | snapshot |
| 2006-01-12 |
Ian.Campbell... | Fix x86_64 domU build by conditionalizing NMI support... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | More do_iret() fixes. We need to take care in restoring |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | map_domain_page per-vcpu cache still seems broken.... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | More code cleanups, mainly to do_iret() implementations. |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | merge |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | Reassert nmi pending when a nmi handler is registered |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | merge |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | merge |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | Add a per-vcpu lock-free cache of mappings to map_domai... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Fixup some bogus formatting and remove a stray debug... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | merge |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
emellor@leeni... | Install in /usr/sbin, not /usr/local/sbin, for consiste... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Pass NMIs to DOM0 via a dedicated callback, Xen/Linux... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Pass NMIs to DOM0 via a dedicated callback, Xen/Linux... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Pass NMIs to DOM0 via a dedicated callback, Xen x86_64... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Pass NMIs to DOM0 via a dedicated callback, Xen x86_32... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Pass NMIs to DOM0 via a dedicated callback, core Xen... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
Ian.Campbell... | Factor re-enabling the IOCK line out of io_check_error() |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
vhanquez@kneesa... | make xs_test in xenstore compile. |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
vhanquez@kneesa... | update xs_transaction_t to be a plain u32 integer inste... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
vhanquez@kneesa... | Share the same name for xenbus transaction type between... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | Fix 32-bit shadow mode to handle extended perdomain... |
commit | commitdiff | tree | snapshot |
| 2006-01-11 |
kaf24@firebug... | Fixed ia64 compilation issues and also change xen/ia64... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Update map_domain_page() documentation (mappings may... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Add new map_domain_page_global() interface to allow... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
vhanquez@kneesa... | Change xenbus_transaction fake pointer into an opaque... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
cl349@firebug... | Cleanups. |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
vhanquez@kneesa... | Replace NULL xenbus transaction by a specific XBT_NULL... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Send guest output on all xen-attached console devices |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Fix the build. |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
stekloff@elm3b216... | Updated default config options for VMX test domains... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
stekloff@elm3b216... | Changed ifconfig loopback to have 127.0.0.1, so ping... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
emellor@leeni... | Proactively check for NULL strings passed into xc_linux... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Add VMX guest quick start into Xen 3.0 user manual. |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
emellor@leeni... | Made network-bridge script work on ALL systems missing... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Proactively check for NULL strings passed into xc_linx_... |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
kaf24@firebug... | Add dummy 'all' target to guest-headers Makefile. |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2006-01-10 |
emellor@leeni... | Extend the xc_linux_save interface to take a callback... |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
kaf24@firebug... | Tiny bootstrap cleanup. |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
kaf24@firebug... | General start-of-day cleanups, resulting in the |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
vhanquez@kneesa... | free trans if allocated, if dev_request_and_reply fail. |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
vhanquez@kneesa... | Fail early without calling dev_request_and_reply if... |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
kaf24@firebug... | Fix context_switch(). It is necessary to set_current... |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
root@kct | As hotplug events are asynchronous by its nature, the... |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2006-01-09 |
emellor@leeni... | Added missing munmap for live_p2m_frame_list_list. |
commit | commitdiff | tree | snapshot |
| next |